FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SortableBindingList<T> Class / IsSortedCore Property

In This Topic
    IsSortedCore Property (SortableBindingList<T>)
    In This Topic
    Gets a value that indicates whether the list is sorted.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property IsSortedCore As Boolean
    protected override bool IsSortedCore {get;}
    See Also